projects
/
pydevd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4d7c9
)
Advertise GitHub snapshot version number
author
Julian Gilbey
<jdg@debian.org>
Mon, 5 Sep 2022 20:56:24 +0000
(21:56 +0100)
committer
Julian Gilbey
<jdg@debian.org>
Mon, 5 Sep 2022 20:56:24 +0000
(21:56 +0100)
Forwarded: not-needed
Last-Update: 2022-07-25
Gbp-Pq: Name correct-debian-version-number.patch
pydevd.py
patch
|
blob
|
history
diff --git
a/pydevd.py
b/pydevd.py
index 64520310e39ad013832dc49905158d088673ef97..662febf76a52729a9e42efa23fdebaef5d3dc55b 100644
(file)
--- a/
pydevd.py
+++ b/
pydevd.py
@@
-119,6
+119,9
@@
for v in __version_info__:
__version__ = '.'.join(__version_info_str__)
+__version_info_str__.append('+git20220826.8ee4065')
+__version__ += '+git20220826.8ee4065'
+
# IMPORTANT: pydevd_constants must be the 1st thing defined because it'll keep a reference to the original sys._getframe